home *** CD-ROM | disk | FTP | other *** search
- object Form2: TForm2
- Left = 108
- Top = 155
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Key Ring'
- ClientHeight = 265
- ClientWidth = 291
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnActivate = FormActivate
- OnClose = FormClose
- PixelsPerInch = 120
- TextHeight = 16
- object KeyRingBox: TGroupBox
- Left = 8
- Top = 8
- Width = 277
- Height = 205
- Caption = 'Key Ring Operations:'
- TabOrder = 0
- object Label1: TLabel
- Left = 8
- Top = 160
- Width = 261
- Height = 16
- Caption = 'Some of these operations require you to'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsItalic]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 8
- Top = 176
- Width = 257
- Height = 16
- Caption = 'fill out public or secret key on main page.'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsItalic]
- ParentFont = False
- end
- object RadioButton1: TRadioButton
- Left = 16
- Top = 28
- Width = 237
- Height = 17
- Caption = 'Add a key to your public key ring'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object RadioButton2: TRadioButton
- Left = 16
- Top = 50
- Width = 207
- Height = 17
- Caption = 'Extract your/other'#39's public key'
- TabOrder = 1
- end
- object RadioButton3: TRadioButton
- Left = 16
- Top = 71
- Width = 253
- Height = 17
- Caption = 'Change your secret key'#39's pass phrase'
- TabOrder = 2
- end
- object RadioButton4: TRadioButton
- Left = 16
- Top = 93
- Width = 253
- Height = 17
- Caption = 'Remove a public (or both) key(s)'
- TabOrder = 3
- end
- object RadioButton5: TRadioButton
- Left = 16
- Top = 114
- Width = 229
- Height = 17
- Caption = 'View your public keys'
- TabOrder = 4
- end
- object RadioButton6: TRadioButton
- Left = 16
- Top = 136
- Width = 241
- Height = 17
- Caption = 'Create a new secret/public key pair'
- TabOrder = 5
- end
- end
- object Button1: TButton
- Left = 120
- Top = 224
- Width = 81
- Height = 37
- Caption = 'Proceed'
- Default = True
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 208
- Top = 224
- Width = 77
- Height = 37
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 2
- OnClick = Button2Click
- end
- end
-